Column | Data Type | Nullable | Default | Description |
IllustrationID | int | not null | | Primary key for Illustration records. |
Diagram | xml | null | | Illustrations used in manufacturing instructions. Stored as XML. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |